home *** CD-ROM | disk | FTP | other *** search
/ An Introduction to Progr…l Basic 6.0 (4th Edition) / An Introduction to Programming using Visual Basic 6.0.iso / COMMON / TOOLS / VB / CABINETS / MSDAO350.CAB / icontrols / RichText / PARAFORMAT2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-01-08  |  1.5 KB  |  31 lines

  1. package icontrols.RichText;
  2.  
  3. import com.ms.dll.DllLib;
  4.  
  5. public class PARAFORMAT2 {
  6.    public int cbSize = DllLib.sizeOf(this);
  7.    public int dwMask;
  8.    public short wNumbering;
  9.    public short wEffects;
  10.    public int dxStartIndent;
  11.    public int dxRightIndent;
  12.    public int dxOffset;
  13.    public short wAlignment;
  14.    public short cTabCount;
  15.    public int[] rgxTabs = new int[32];
  16.    public int dySpaceBefore;
  17.    public int dySpaceAfter;
  18.    public int dyLineSpacing;
  19.    public short sStyle;
  20.    public byte bLineSpacingRule;
  21.    public byte bCRC;
  22.    public short wShadingWeight;
  23.    public short wShadingStyle;
  24.    public short wNumberingStart;
  25.    public short wNumberingStyle;
  26.    public short wNumberingTab;
  27.    public short wBorderSpace;
  28.    public short wBorderWidth;
  29.    public short wBorders;
  30. }
  31.